Method OrderBy<TKey>(Expression<Func<TProps, TKey>>)

Assembly: redb.Core.dll

Sort ascending by Props field.

public virtual IOrderedRedbQueryable<TProps> OrderBy<TKey>(Expression<Func<TProps, TKey>> keySelector)